home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000…tember: Reference Library / Dev.CD Sep 00 RL Disk 1.toast / mac / Technical Documentation / Develop / develop Issue 26 / develop Issue 26 code / QD3D Custom Attributes / CustomAttribute / IsAppRunning.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-03-21  |  309 b   |  14 lines  |  [TEXT/CWIE]

  1. #ifndef _ISAPPRUNNING_
  2. #define _ISAPPRUNNING_
  3.  
  4. #include <processes.h>
  5.  
  6. Boolean IsAppRunning( OSType targetType,
  7.                       OSType targetSignature,
  8.                       ProcessSerialNumber *targetPSN, 
  9.                       ProcessInfoRec *targetPIRec, 
  10.                       StringPtr targetName ) ;
  11.  
  12. OSErr LaunchApp( OSType targetSignature);
  13.                       
  14. #endif